LiveEventUpdateParams

class LiveEventUpdateParams

A class that provides configuration information for live event when it is updated.

Since

1.0.0

Constructors

Link copied to clipboard
fun LiveEventUpdateParams()

Properties

Link copied to clipboard
var coverFile: File?

The thumbnail image file for a live event.

Link copied to clipboard
var coverUrl: String?

The thumbnail image url used for a live event.

Link copied to clipboard
var title: String? = null

The name of a live event.

Link copied to clipboard
var userIdsForHost: List<String>? = null

An array of the user IDs of the users who can be host for a live event. This property can have up to 10 user IDs.